home *** CD-ROM | disk | FTP | other *** search
/ HyperLib 1997 Winter - Disc 1 / HYPERLIB-1997-Winter-CD1.ISO.7z / HYPERLIB-1997-Winter-CD1.ISO / オンラインウェア / PRG / MacPerl 506 appl folder.sit / MacPerl 506 appl folder / Mac_Perl_506r1m_appl / lib / FindFolder.pl < prev    next >
Perl Script  |  1994-08-31  |  422b  |  27 lines

  1. package MacPerl;
  2.  
  3. &MacPerl'LoadExternals("FindFolder.pl");
  4.  
  5. #
  6. # &MacPerl'FindFolder($foldertype [, $create])
  7. # Where $type is one of:
  8. #
  9. # A[pple menu]
  10. # C[ontrol Panel]
  11. # D[esktop]
  12. # E[xtension]
  13. # F[onts]
  14. # P[references]
  15. # M[onitor Printing]
  16. # N[etwork trash]
  17. # T[rash]
  18. # I[tems startup]
  19. # S[ystem]
  20. # Y[TemporarY Items]
  21. #
  22. # If "true", $create specifies that the folder should be created if it
  23. # doesn't exist yet.
  24. #
  25.  
  26. 1;